xen/arm64: Use virtual address when setting up early_printk fixmap
authorChen Baozi <baozich@gmail.com>
Tue, 7 Apr 2015 11:24:44 +0000 (19:24 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 5 May 2015 15:33:43 +0000 (16:33 +0100)
commitb4c6f400893328d38d03f053d7edaacf9200658e
tree700bead313cbc1286dba614b2de71144d06ae14c
parent9d3ee578e2dbc044986d40d6b4729a7e44732e46
xen/arm64: Use virtual address when setting up early_printk fixmap

We have already switched to the boot pagetable when reaching the point
of early_printk fixmap setup. Thus t is no longer necessary to
calculate physical address of xen_fixmap.

Signed-off-by: Chen Baozi <baozich@gmail.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- fixed commit message typos ]
xen/arch/arm/arm64/head.S